* {
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 微软雅黑;
	/*字体，字号*/
	font-size: 16px;
}

input {
	background: none;
	color: #5e5e5e;
	font-size: 14px;
}

input,
textarea,
select,button,a:focus {
	outline: none;
}

body {
	min-width: 1200px;
	width: 100%;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
	/*链接颜色*/
}

a:hover {
	/*font-weight: bold;*/
	color: #c30000;
	/*鼠标指上*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.p_width {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}

.m_width {
	width: 1200px;
	margin: 0 auto;
}

.headerbox {
	height: 160px;
	background: #b40200 url(../images/topbox.png) center bottom no-repeat;
}
.topbox{
	padding: 8px 0;
}
.logo {
	margin: 0;
}
.logo img{
margin-top:20px;
}
.index_top{
	background: #f4f4f4;
	height: 600px;
}

.index_middle{
	margin:25px auto;
	min-width: 1200px;
}

.footer_txt{
	background: #c11601;
	height: 45px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
}
.copyright_info span{
	margin-left: 8px;
	font-size: 14px;
}
.copyright_info a{
	color: #fe9b00;
	font-size: 14px;
}
.footer{
	background: #f6f6f6;
	height: 185px;
	margin-top: 15px;
}
/*bt_logo*/
.bt_logo{
	margin-top: 25px;
}
.foot_left{width:1050px;}
.foot_right{
	margin-top:25px;
	width: 100px;
	height: 100px;
	background: #fff;
	padding: 5px;
	line-height: 30px;
}
.foot_right img{
	width: 100px;
	height: 100px;
}
.foot_list{
	display: block;
	margin-left: 80px;
	margin-top: 20px;
	width: 350px;
}
.foot_list li{
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.foot_list li a{
	color: #c30000;
}